home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
gnu
/
gnpltsrc.lha
/
epsviewe.h
< prev
next >
Wrap
Text File
|
1996-01-22
|
368b
|
22 lines
/*
* $Id: epsviewe.h,v 1.2 1993/09/27 17:08:10 alex Exp $
*
*/
#import <appkit/Application.h>
#import <appkit/graphics.h>
#import <dpsclient/dpsclient.h>
#import <appkit/Window.h>
@interface EpsViewer:Application
{
id theNewWin;
}
- windowCreate:(NXCoord)width Height:(NXCoord)height;
- (NXRect *)nextRectForWidth:(NXCoord)width Height:(NXCoord)height;
@end